From 3ae953092a4089c6073d1df1546e50daf7099e4c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 May 2015 23:55:09 -0400 Subject: [PATCH] Don't force an icon window We were inadvertently forcing the use of an icon window in all cases. This patch makes it so that we once again use a combined cursor when possible. --- gtk/gtkdnd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 94cc3f2725..59b883da92 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -2517,8 +2517,7 @@ gtk_drag_begin_internal (GtkWidget *widget, if (!info->icon_window && !info->icon_helper) { info->icon_helper = gtk_drag_source_site_get_icon_helper (site); - set_icon_helper (info->context, info->icon_helper, - 0, 0, TRUE); + set_icon_helper (info->context, info->icon_helper, 0, 0, FALSE); } /* We need to composite the icon into the cursor, if we are -- 2.30.2